Upgrade gh-aw extension to latest pre-release (v0.84.2) - #6820
Merged
Conversation
- Upgraded github/gh-aw-actions/setup from v0.84.0 to v0.84.2 - Upgraded github/gh-aw-actions/setup-cli from v0.84.0 to v0.84.2 - Upgraded actions/setup-java from v5.6.0 to v5.7.0 - Upgraded ghcr.io/github/github-mcp-server from v1.7.0 to v1.8.0 - Updated container image pins for awf containers (0.27.43) - Recompiled all 61 workflows - Fixed test assertions for github-mcp-server version bump Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Upgrades gh-aw to v0.84.2 and regenerates affected agentic workflows.
Changes:
- Updates gh-aw actions, AWF images, and supporting dependencies.
- Recompiles workflows with v0.84.2.
- Updates MCP server version assertions.
Show a summary per file
| File | Description |
|---|---|
scripts/ci/test-coverage-improver-workflow.test.ts |
Updates MCP image assertion. |
scripts/ci/security-guard-workflow.test.ts |
Updates MCP image assertion. |
scripts/ci/export-audit-workflow.test.ts |
Updates MCP image assertion. |
.github/workflows/test-coverage-reporter.lock.yml |
Regenerates coverage workflow. |
.github/workflows/smoke-gemini.lock.yml |
Regenerates Gemini smoke workflow. |
.github/workflows/smoke-claude.lock.yml |
Regenerates Claude smoke workflow. |
.github/workflows/smoke-bounded-queries.lock.yml |
Regenerates Docker bounded-query workflow. |
.github/workflows/smoke-bounded-queries-sbx.lock.yml |
Regenerates sbx bounded-query workflow. |
.github/workflows/smoke-bounded-queries-gvisor.lock.yml |
Regenerates gVisor bounded-query workflow. |
.github/workflows/contribution-check.lock.yml |
Regenerates contribution validation workflow. |
.github/aw/actions-lock.json |
Updates action and container pins. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 25/65 changed files
- Comments generated: 7
- Review effort level: Balanced
| sudo chmod +x /usr/local/bin/awf | ||
| GH_AW_COMPILED_VERSION: v0.84.2 | ||
| - name: Install AWF binary | ||
| run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.27.43 --rootless |
| EOF | ||
| sudo chmod +x /usr/local/bin/awf | ||
| - name: Install AWF binary | ||
| run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.27.43 --rootless |
| sudo chmod +x /usr/local/bin/awf | ||
| GH_AW_COMPILED_VERSION: v0.84.2 | ||
| - name: Install AWF binary | ||
| run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.27.43 --rootless |
| @@ -484,7 +495,7 @@ jobs: | |||
| env: | |||
| GH_HOST: github.com | |||
| - name: Install AWF binary | |||
| run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.27.43 --rootless | |||
| run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.28.0 --rootless | |||
| EOF | ||
| sudo chmod +x /usr/local/bin/awf | ||
| - name: Install AWF binary | ||
| run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.28.0 --rootless |
| EOF | ||
| sudo chmod +x /usr/local/bin/awf | ||
| - name: Install AWF binary | ||
| run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.28.0 --rootless |
| EOF | ||
| sudo chmod +x /usr/local/bin/awf | ||
| - name: Install AWF binary | ||
| run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.27.43 --rootless |
This was referenced Aug 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades the gh-aw extension to the latest pre-release using
gh aw upgrade --pre-releasesand recompiles all workflows.Changes
Action versions updated
github/gh-aw-actions/setup: v0.84.0 → v0.84.2github/gh-aw-actions/setup-cli: v0.84.0 → v0.84.2actions/setup-java: v5.6.0 → v5.7.0Container image pins updated
ghcr.io/github/github-mcp-server: v1.7.0 → v1.8.0Workflows
Test fixes
github-mcp-server:v1.7.0→v1.8.0